home *** CD-ROM | disk | FTP | other *** search
- -- background: 7765 from stack: in
- -- bmap block id: 8284
- -- flags: 0000
- -- background id: 0
- -- name: Experiment 2
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=428 top=160 right=289 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Blurb
- ----- HyperTalk script -----
- on mouseUp
- global cardClear2
-
- if cardClear2 is true then runExperiment
- else
- clearCardGraphics
- put "Press this field to begin tracing the path of the pen." into me
- put true into cardClear2
- pass mouseUp
- end if
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=428 top=293 right=328 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 1020 / 1020
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- show card field "help"
- wait until the mouse is down
- hide card field "help"
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=428 top=119 right=150 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: parameter
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=428 top=38 right=69 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Main Menu
-